*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 15:53:27 +0000 (15:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 6 Dec 2000 15:53:27 +0000 (15:53 +0000)
lisp/ChangeLog
src/ChangeLog

index 1fca3dcacd45431b77e48aa3c589705fbe937d3e..f114bc339158bfc7be64a9f5a1c713cf7eee5f39 100644 (file)
@@ -15,6 +15,8 @@
 
 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * tmm.el: Update copyright.
+
        * cus-start.el: Add entry for even-window-heights.
 
 2000-12-06  Miles Bader  <miles@gnu.org>
index 449ef0402fc74217b61a21d223f11a5fae41ab7a..ad6d99a593d8cbeee1b0104d08d5464d28e7dced 100644 (file)
@@ -1,5 +1,11 @@
 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
+       matrix if the window's left position has changed; we need to
+       redraw it in this case.
+
+       * dispextern.h (struct glyph_matrix): Add member window_left_x.
+
        * window.c (coordinates_in_window): Check mouse on mode-line or
        header-line first.